projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fc91d5
)
(comint-postoutput-scroll-to-bottom):
author
Richard M. Stallman
<rms@gnu.org>
Mon, 8 Nov 1993 12:44:18 +0000
(12:44 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 8 Nov 1993 12:44:18 +0000
(12:44 +0000)
Walk the windows even if scroll is nil.
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index a244aadf6599f00b4d6b5e2a58fec4a06c323f55..e83cd1bde15e2e346e37a084e9cad0bd43a8444c 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-1194,7
+1194,7
@@
This function should be in the list `comint-output-filter-functions'."
(current (current-buffer))
(process (get-buffer-process current))
(scroll comint-scroll-to-bottom-on-output))
- (if (and process
scroll
(not (window-minibuffer-p selected)))
+ (if (and process (not (window-minibuffer-p selected)))
(walk-windows
(function (lambda (window)
(if (eq (window-buffer window) current)